@charset "utf-8";
.ddsmoothmenu{
z-index:100;/*Z向浮动高度*/
margin:0 auto;
padding:1px 0 0 0;
width:1004px;
height:32px;
text-align:left;
}
/*一级栏目---an*/
.ddsmoothmenu ul li {
position:relative;
float:left;
width:125px;
background:url(../images/mlibg.gif) no-repeat left 1px;
background:url(../images/mlibg.gif) no-repeat right 0;
/*一级的下边线*/
}
/*这段是适应IE6--an*/
*html .ddsmoothmenu ul li {
position: relative;/*竖向菜单修改2--竖排*/ 
float:left; 
width:125px;/*一级单LI宽度*/
}
/*一级栏目的链接---an*/
.ddsmoothmenu ul li a {
display:block;
width:123px;
font-size:14px;
font-family:"微软雅黑";
height:32px;
text-align:center;
color:#fff;
line-height:32px;
font-weight:bold;
}
/*一级栏目链接的属性设置*/
.ddsmoothmenu ul li a:hover {
color:#fff;
background:#4b3e23;
}/*一级栏目链接鼠标悬停颜色及背景色设置*/

/*二级栏目整体控制*/
.ddsmoothmenu ul li ul { 
position: absolute;
width:123px;
height:auto;
left:0px;
margin:0;
padding:0;
opacity:0.9 !important;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
display:none;
border-top:2px solid #e6632d;
border-bottom:5px solid #e6632d;
}
/*二级栏目LI的控制*/
.ddsmoothmenu ul li ul li { 
width:123px;/*二级栏目的li的宽度*/
background:none;
}
/*二级栏目的链接属性*/
.ddsmoothmenu ul li ul li a{
width:123px;/*二级栏目的链接宽度*/
font-size:12px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
height:25px;
line-height:25px;
text-align:center;
color:#333;
background:#fff;
border-bottom:1px solid #efefef;
}
.ddsmoothmenu ul li ul li a:hover{
background:#333;
color:#fff;
}
.ddsmoothmenu ul li ul li ul { top: 0;}
/*箭头*/
/*阴影 */
.ddshadow { position: absolute; left: 0; top: 0; width: 0; height: 0;}
.toplevelshadow { /*透明度/IE不支持/*/ opacity: 0.8; }
